projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cec9d7
)
(check_mark): Use xsignal0.
author
Kim F. Storm
<storm@cua.dk>
Tue, 18 Jul 2006 13:25:53 +0000
(13:25 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 18 Jul 2006 13:25:53 +0000
(13:25 +0000)
src/callint.c
patch
|
blob
|
history
diff --git
a/src/callint.c
b/src/callint.c
index c594f27c8b8875ee47d49dd61cbf8fb132b7a108..475042abbe18288b0b976a92f1c3021c02d44053 100644
(file)
--- a/
src/callint.c
+++ b/
src/callint.c
@@
-174,7
+174,7
@@
check_mark (for_region)
: "The mark is not set now");
if (!NILP (Vtransient_mark_mode) && NILP (Vmark_even_if_inactive)
&& NILP (current_buffer->mark_active))
-
Fsignal (Qmark_inactive, Qnil
);
+
xsignal0 (Qmark_inactive
);
}
/* If the list of args INPUT was produced with an explicit call to